fmt.pp.wrapErrs (field)

5 uses

	fmt (current package)
		errors.go#L19: 	p.wrapErrs = true
		print.go#L126: 	wrapErrs bool
		print.go#L140: 	p.wrapErrs = false
		print.go#L578: 		if !ok || !p.wrapErrs || p.wrappedErr != nil {
		print.go#L580: 			p.wrapErrs = false